home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
files
/
ID99MENU.DIR
/
00020.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-29
|
250 b
|
13 lines
global stagedone, oldticks, tickrate
on exitFrame
t = the ticks
tickrate = min(40, max(2, (((t - oldticks) * 3) + tickrate) / 2))
oldticks = t
stagedone = 1
sendAllSprites(#donestage)
if not stagedone then
go(the frame)
end if
end